home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Games World / SharewareGames / Xconq 7.2.2 / NEWS < prev    next >
Text File  |  1998-06-30  |  12KB  |  283 lines

  1. XCONQ RELEASE NOTES
  2.  
  3. *** 7.2.2
  4.  
  5. Many bug fixes in the Mac version.
  6.  
  7. Panner drawing fix in the X11 version.
  8.  
  9. *** 7.2.1
  10.  
  11. All image scaling and default image generation now happens in
  12. generic code, which gives X11 interface the ability to draw
  13. unit images that are shrunken or magnified to fit properly.
  14.  
  15. If a game design does not specify a side library, Xconq will assign
  16. side names A, B, C, etc, in order, instead of choosing random letters.
  17. (While technically this is a GDL change, this does not affect
  18. compatibility with base 7.2.)
  19.  
  20. Now builds under cygwin32!  See INSTALL for instructions.
  21.  
  22. Bug fixes for crashing commands, Mac edge cases, name reporting,
  23. Solaris builds, and networked game reliability, among others.
  24.  
  25. *** 7.2
  26.  
  27. Standard commands now include "doctrine" to set unit doctrine, 'I'
  28. ("idle") to sleep only for a limited time specified by the prefix
  29. argument, '^P' ("repair") to do repair actions, "submit" and "release"
  30. to change side control.
  31.  
  32. Xconq now includes basic support for networked games.  Use the
  33. "Connect" button on the Mac startup screen, and the -host/-join
  34. options in Unix (use host:port syntax, -host thera.com:1234 for the
  35. first player, -join thera.com:1234 to join in).
  36.  
  37. Unix Xconq has updated configury for new versions of Unix, and it now
  38. installs as a setuid program so that the scorefile may be shared by
  39. multiple users.  Saved games go into the directory ~/.xconq .
  40.  
  41. The Mac interface to Xconq now includes offscreen drawing for smoother
  42. and faster scrolling, more player control over color usage, more
  43. preference settings, and other goodies, all thanks to Hans Ronne.
  44.  
  45. New games added to the library:
  46.   "metz-1944", the siege of Metz during WWII
  47.   "gazala", a North African battle in 1942
  48.   "ww2-pac-41", the Pacific theater in WWII using advanced WWII units
  49.   "ww2s-pac-41", the Pacific theater using standard units
  50.   "africa-1850", exploration of Africa in the 19th century
  51.   "space", exploration and conquest of outer space
  52.  
  53. The large maps "earth-1deg" and "earth-50km", and associated unit lists,
  54. "u-e1-1998" and "u-e50-1998", are more accurate and up-to-date, as is
  55. the list of nationalities "nat-names.g"
  56.  
  57. Many images now have full-color versions.
  58.  
  59. Most library games have been enhanced to use new features, or have had
  60. serious bugs fixed.
  61.  
  62. Due to copyright issues, the tolkien and starwars games are no longer
  63. part of the distributed library.
  64.  
  65. The manual's chapters on game design have been split into a separate
  66. manual.
  67.  
  68. Maze generation now guarantees a completely connected maze.
  69.  
  70. Image colors are now handled as 1x1 tiles.
  71.  
  72. Games may now include a per-cell control layer that is like the people
  73. layer, but is for temporary control that reverts if people revolt.
  74.  
  75. Predefined sides may specify preferred units, and predefined units may
  76. specify preferred sides.
  77.  
  78. Scorekeepers may now allow a group of allied sides to win, by using
  79. the last-alliance-wins test.
  80.  
  81. New GDL variables include action-movies, action-narratives,
  82. action-notices, event-movies, event-narratives, and event-notices, for
  83. customization of text output; create-units-from-specs, for use in
  84. controlling unit creation when including modules in each other.  The
  85. variable random-events is no longer defined, while
  86. temperature-year-cycle is now a property of areas.
  87.  
  88. The material type property "description-format" is gone.  The terrain
  89. type properties "color" and "description-format" are gone.
  90.  
  91. New unit type properties include acp-morale-effect, courage-min,
  92. courage-max (currently unused), cp-attrition, fire-angle-max,
  93. generic-char, hp-to-recover, lost-revolt-chance, lost-vanish-chance,
  94. lost-wreck-chance, morale-max, morale-recovery, opinion-min,
  95. opinion-max, revolt-at-opinion-min, see-terrain-if-captured.
  96.  
  97. New GDL tables include body-height, capacity-negation,
  98. consumption-per-add-terrain, consumption-per-fire, control-range,
  99. keep-control-range, looks-like, lose-track-chance,
  100. lose-surrender-chance, material-per-remove-terrain,
  101. material-to-add-terrain, material-to-attack, material-to-fire,
  102. material-to-remove-terrain, material-to-research, morale-hit,
  103. morale-hit-by, morale-on-creation, morale-terrain-effect,
  104. mp-to-enter-own, productivity-adjacent, see-material-always,
  105. see-mistake-chance, see-others-if-captured, speed-occupant-effect,
  106. spy-track-chance, tp-damage, track-chance, weapon-height.
  107.  
  108. Innumerable bug fixes.
  109.  
  110. *** 7.1
  111.  
  112. "Long-name" commands (those entered via 'o') may now accept arguments.
  113.  
  114. Standing orders are now available, and are more general than those in
  115. 5.x.  The long-name command has the form "if <condition> <task>", so
  116. for instance to move all infantry at a given location to Berlin, use
  117. the command "if infantry at 32,25 move-to Berlin".  The X11 interface
  118. includes a dialog to set up standing orders; the long-name command
  119. "orders" gets to it.
  120.  
  121. View coverage changes are now calculated and displayed incrementally.
  122. This means that for games such as "panzer" with both line-of-sight
  123. and varying elevations, displayed coverage will update correctly
  124. as units move around.
  125.  
  126. New players may be added to a game while it is in progress.
  127.  
  128. Nearly all of the defined commands have been implemented for each
  129. interface.  The new command "disembark" (^E) causes occupants to leave
  130. the transport but remain in the same cell.
  131.  
  132. Scores are now recorded and read back from a scorefile.
  133.  
  134. The X11 interface includes commands "side" and "unit" that display
  135. closeups of sides and units, respectively, the command line allows
  136. multiple -L locations to look for modules
  137.  
  138. The Mac interface now displays elevations using contour lines, the
  139. command dialog is longer modal, and closeup info about the selected
  140. unit appears at the top of each map window.
  141.  
  142. The mplayer AI is smarter in various ways.
  143.  
  144. The library now includes "time", a game of technological development
  145. a la Civilization; and "omaha", the Omaha Beach landings in Normandy,
  146. using the ww2-bn module.
  147.  
  148. In the standard game, aircraft now have no stacking limits, all unit
  149. types get 1 free movement point, damaged ships move more slowly, towns
  150. near roads get their own spur roads connecting.
  151.  
  152. Many of the library games have been improved.
  153.  
  154. GDL now includes the following new constructs (see the manual for details
  155. of how they work):
  156. Tables: counterattack, countercapture, fire-hit-chance, fire-damage,
  157. fire-attack-terrain-effect, fire-defend-terrain-effect
  158. Global variables: edge-road-density, initial-date-max, initial-date-min.
  159. Unit type properties: road-to-edge-change, spur-chance, spur-range.
  160. Side properties: material-view, temperature-view, etc.
  161. Image/image family properties: notes.
  162.  
  163. GDL's "print" form works in all interfaces now.
  164.  
  165. Many many bug fixes and minor enhancements.
  166.  
  167. *** 7.0.1
  168.  
  169. The Mac interface now includes a preference for whether to dump the
  170. game statistics into a file.
  171.  
  172. Keyboard direction commands for the Mac and X11 interfaces now work for
  173. attack as well as for movement.
  174.  
  175. The library now include Chris Christensen's "insects" game.  It's kind of
  176. silly, and still needs some design work to use more version 7 features,
  177. but is worth trying out.
  178.  
  179. The "starwars" game now has various improvements and fixes, including
  180. the ability of Death Stars to detonate planets, and its associated
  181. "planets" module is larger, with many small planets.
  182.  
  183. Several bugs noted in 7.0.0 have been fixed.
  184.  
  185. *** 7.0
  186.  
  187. Xconq 7.0 is a comprehensive rewrite and expansion of Xconq 5.5.
  188. Nearly every part of the program and its game library has been changed
  189. in some way.
  190.  
  191. Xconq now includes a Mac interface.  This is a full-featured interface
  192. that works on nearly any Mac, both b/w and color, large screen and small.
  193.  
  194. The X11 interface now uses Xaw/Xt to provide more interface
  195. functionality, such as buttons for common operations, popups for view
  196. controls, designing, and printing, and a panner to get to a particular
  197. part of the world more quickly.  Each player may now have multiple map
  198. windows.  Maps zoom in and out, from 1x1 to 128x128 pixels per hex.
  199. The interface can display color images for terrain, units, and sides.
  200.  
  201. The curses interface now includes status lines and adjustable panes.
  202.  
  203. There is now support for printing maps using PostScript(tm).
  204.  
  205. The numbers of unit, terrain, and material (used to be "resource")
  206. types may now range up to 126.  The number of sides may be up to 30.
  207.  
  208. Terrain may now be "borders" (such as rivers), "connections" (such as
  209. roads), and "coatings" (such as snow).
  210.  
  211. The world may now be a hexagon as well as a cylinder.  It may include
  212. elevations, temperatures, wind, clouds, named geographical features,
  213. people, and materials for each hex (now called "cell").
  214.  
  215. Units may now get combat experience, they can be incomplete (meaning
  216. that construction may start on a unit, halt, then resume later where
  217. it left off), they can have an altitude, they have tooling (affects
  218. startup time for construction), and they can be of varying size.
  219.  
  220. Multiple units may stack in a single cell.
  221.  
  222. Unit abilities are now defined by the "actions" that they can perform.
  223. Previously, the actions were to move, build, disband, and attack; 7.0
  224. also includes adding and removing terrain, research, change of unit
  225. type, material production and transfer, detaching and merging
  226. multi-part units, ranged fire, and detonation as actions.
  227.  
  228. The combat model is more sophisticated, now including the possibility
  229. for stack and occupants to protect a defender, for retreat, and for
  230. variable damage from a single hit.
  231.  
  232. Units now have plans that include multiple goals and a task agenda.
  233. Tasks track successes and failures of actions, choosing actions as
  234. needed to complete successfully.
  235.  
  236. Sides may have a "tech level" that governs usage and construction of
  237. unit types, they may be in "classes" that restrict which types of
  238. units they can own, may control other sides, and have an emblem to be
  239. used for display.
  240.  
  241. Games may include a day/night cycle and associated effects.
  242.  
  243. Games may include a seasonal cycle and associated effects.
  244.  
  245. Random game synthesis methods now include maze generation, country
  246. expansion, river and road generation, and grammar-based unit and
  247. feature name synthesis.
  248.  
  249. Games may now have variants that are chosen at game setup time.
  250.  
  251. The AI machinery now supports any number of different types of AIs.
  252.  
  253. The generic AI "mplayer" has been rewritten; it now uses an explicit
  254. strategy based on division of the world into theaters, and relies on the
  255. new plan and task mechanisms to improve individual unit behavior.
  256.  
  257. The game library now has many new games, including a tactical-level
  258. panzer game, detailed battalion-, division-, and strategic-level WWII
  259. games, Tolkien-inspired fantasy games, a Russian Revolution game, a
  260. Roman Empire game, and an Age of Discovery game with a Magellan scenario.
  261.  
  262. The period/map/scenario file structure is gone, replaced by a Game
  263. Design Language (GDL).  GDL looks like Lisp, but is still a
  264. declarative language oriented towards for defining the types, tables,
  265. and other objects in a game.  Lisp syntax supplies power, flexibility,
  266. and a degree of standardization, while the declarative nature of the
  267. language means that the game designer can still concentrate on
  268. defining properties rather than writing code.  Also, since all files
  269. are in the same language and modules can include each other, game
  270. designers can build designs by including an existing game and
  271. modifying it, rather than by defining a totally new game.
  272.  
  273. There are now over 160 tables available to the game designer, over 100
  274. unit type properties and over 60 global variables as well.  The designer
  275. now has control over nearly every detail of a game.
  276.  
  277. Memory allocation is almost entirely on an as-needed basis, so Xconq's
  278. memory usage starts at around 100K and goes up only with the size and
  279. complexity of the game.
  280.  
  281. The source code is more portable, both to Unix and non-Unix systems.
  282. It is also fully prototyped and ANSI-compatible.
  283.